.mid-section{
    margin-top: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden !important;

}
.home-section{
    overflow-wrap: break-word;
    /* overflow-x: hidden; */
}

.mid-top-container {
    padding: 2rem 1rem;
    text-align: start;
    padding-left: 4rem;
    font-family: Arial, Helvetica, sans-serif;

}
.mid-top-container h2 {
    font-size: 2.5rem;
    color:#49acc4;
    font-weight: 600;
    text-transform:uppercase;
}
.mid-top-container p {
    font-size:13px;
    /* color: #233c46;  */
    font-family: Arial, Helvetica, sans-serif;
}
.card-container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 1rem;
}
.card-1 {
    margin: 1rem;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 43rem;
    height: 20rem;
    margin-bottom: 2rem;
    /* border: 2px solid #3799B1; */
}
.card-body h5 {
    color:#3799B1; 
    font-weight:400;
    font-size: 17px;
    padding-top: 2rem;
}
.card-body p {
    color: #6c757d; 
    font-size: 13px;
    padding-top: 3rem;
}
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color:#3799B1 ;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    display: none;
    width: 5rem;
    height: 5rem;
}

#scrollTopBtn:hover {
    background-color:cadetblue;
}
.Custom-icon{
 color: white;
 font-size: 2rem;
}

none;
    outline: none;
    background-color:#3799B1 ;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    display: none;
    width: 5rem;
    height: 5rem;
}

#scrollTopBtn:hover {
    background-color:cadetblue;
}
.Custom-icon{
 color: white;
 font-size: 2rem;
}



